- d2f8fb0 Move `syntax::util::interner` -> `syntax::symbol`, cleanup. by Jeffrey Seyfried · 9 years ago
- 7bbebb1 Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. by Mark-Simulacrum · 9 years ago
- 74bb594 Stabilize `..` in tuple (struct) patterns by Vadim Petrochenkov · 9 years ago
- e9b2fcb Auto merge of #37373 - nnethercote:html5ever-more-more, r=nrc by bors · 9 years ago
- 8c4a39c review changes by Nick Cameron · 9 years ago
- 3fd90d8 Use `SmallVector` for `TtReader::stack`. by Nicholas Nethercote · 9 years ago
- 9bc6d26 Stabilise `?` by Nick Cameron · 9 years ago
- fc363cb rustc_metadata: go only through rustc_serialize in astencode. by Eduard Burtescu · 9 years ago
- d76bf3e Strip unconfigured nodes in the `InvocationCollector` fold. by Jeffrey Seyfried · 9 years ago
- c07ff8d Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`. by Jeffrey Seyfried · 9 years ago
- 119508c Remove drop flags from structs and enums implementing Drop. by Eduard Burtescu · 9 years ago
- 98c8e0a Proc_macro is alive by cgswords · 9 years ago
- 44575f7 Rename `mtwt` to `hygiene` by Jeffrey Seyfried · 9 years ago
- 84e874f Add comments on error code list by Guillaume Gomez · 9 years ago
- 0e326d4 Add error codes in libsyntax by ggomez · 9 years ago
- 8eddf02 Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth by Jeffrey Seyfried · 9 years ago
- 82a15a6 Rollup merge of #34385 - cgswords:tstream, r=nrc by Jeffrey Seyfried · 9 years ago
- bc14006 reexport errors from syntax. fix failing cfail test by Jonathan Turner · 9 years ago
- 6ae35021 Move errors from libsyntax to its own crate by Jonathan Turner · 9 years ago
- d59accf Refactored tokentrees into their own files in preparation for tokenstreams. Modified tests to point to the new file now. by cgswords · 9 years ago
- 5033eca Generalize and abstract `ThinAttributes` by Jeffrey Seyfried · 9 years ago
- 8a9ad72 Nit: use Range::contains by Niko Matsakis · 9 years ago
- 9108fb7 Remove some old code from libsyntax by Vadim Petrochenkov · 9 years ago
- e2c821d syntax: Make static/super/self/Self keywords + special ident cleanup by Vadim Petrochenkov · 9 years ago
- 552eda7 std: Stabilize APIs for the 1.9 release by Alex Crichton · 9 years ago
- 7bebe80 syntax: dismantle ast_util. by Eduard Burtescu · 9 years ago
- aa7fe93 sprinkle feature gates here and there by Jorge Aparicio · 9 years ago
- 8b7c3f2 Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch by bors · 9 years ago
- 2273b52 mk: Move from `-D warnings` to `#![deny(warnings)]` by Alex Crichton · 9 years ago
- 24578e0 libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property by Kevin Butler · 9 years ago
- 95dc7ef use structured errors by Nick Cameron · 9 years ago
- cd1848a Register new snapshots by Alex Crichton · 9 years ago
- 6309b0f move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* by Nick Cameron · 9 years ago
- f9ba107 Move built-in syntax extensions to a separate crate by Seo Sanghyeon · 9 years ago
- 464cdff std: Stabilize APIs for the 1.6 release by Alex Crichton · 9 years ago
- 77ed39c Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix by bors · 10 years ago
- 5dc91a7 Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn by bors · 10 years ago
- c56b47a Some TLC for the MoveMap trait by Marvin Löbel · 10 years ago
- a5e5c67 Add suggestion of similar macro names to `macro undefined` error message by Florian Hartwig · 10 years ago
- be8ace8 Remove all uses of `#[staged_api]` by Vadim Petrochenkov · 10 years ago
- a613059 Rename #[deprecated] to #[rustc_deprecated] by Vadim Petrochenkov · 10 years ago
- 8c9c951 Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik by bors · 10 years ago
- d64e551 libsyntax: deny warnings in doctests by Kevin Butler · 10 years ago
- f7dc917 Add -Zinput-stats by Nick Cameron · 10 years ago
- e502492 Make fatal errors more consistent. by Eli Friedman · 10 years ago
- 471f5a1 Generalise associative operator parsing by Simonas Kazlauskas · 10 years ago
- ff49733 std: Stabilize library APIs for 1.5 by Alex Crichton · 10 years ago
- d399098 Remove the push_unsafe! and pop_unsafe! macros. by Nick Cameron · 10 years ago
- 45de9de Move entry point identification logic to libsyntax by William Throwe · 10 years ago
- 2972b77 Add issue for the rustc_private feature everywhere by Alex Crichton · 10 years ago
- 8d90d3f Remove all unstable deprecated functionality by Alex Crichton · 10 years ago
- bbbfed2 Use https URLs to refer to rust-lang.org where appropriate. by Eli Friedman · 10 years ago
- 1829fa5 Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. by Felix S. Klock II · 10 years ago
- 013d47b syntax: Suppress panic message on `fatal` by Alex Crichton · 10 years ago
- d444d0c collections: Split the `collections` feature by Alex Crichton · 10 years ago
- c14d86f core: Split apart the global `core` feature by Alex Crichton · 10 years ago
- 76eaed4 syntax: move ast_map to librustc. by Eduard Burtescu · 10 years ago
- 0e21beb libs: Move favicon URLs to HTTPS by Alex Crichton · 10 years ago
- da03c9d syntax: Avoid reallocating or copying in CodeMap::new_filemap by Ulrik Sverdrup · 10 years ago
- ac5f595 Auto merge of #24884 - michaelsproul:extended-errors, r=nrc by bors · 10 years ago
- d27230b Add metadata output to the diagnostics system. by Michael Sproul · 10 years ago
- 8c58fe1 Fallout by Tamir Duberstein · 10 years ago
- 19c8d70 syntax: Copy unstable str::char_at into libsyntax by Erick Tryzelaar · 10 years ago
- 83b1d7f syntax: Remove #[feature(path_ext)] by Erick Tryzelaar · 10 years ago
- 8553658 syntax: remove #[feature(quote, unsafe_destructor)] by Erick Tryzelaar · 10 years ago
- cfb9d28 syntax: remove uses of `.into_cow()` by Erick Tryzelaar · 10 years ago
- ca0ee4c syntax: Remove uses of #[feature(slice_patterns)] by Erick Tryzelaar · 10 years ago
- a4541b0 syntax: remove #![feature(box_syntax, box_patterns)] by Erick Tryzelaar · 10 years ago
- bf4e77d std: Remove old_io/old_path/rand modules by Alex Crichton · 10 years ago
- e3427c3 Add comments suggested by Niko by Phil Dawes · 10 years ago
- b2bcb72 Work towards a non-panicing parser (libsyntax) by Phil Dawes · 10 years ago
- 9fc51ef Stabilize `std::convert` and related code by Aaron Turon · 10 years ago
- 990202c rollup merge of #23794: brson/slicegate by Alex Crichton · 10 years ago
- 1639e51 Feature gate *all* slice patterns. #23121 by Brian Anderson · 10 years ago
- 28a6b16 rollup merge of #23741: alexcrichton/remove-int-uint by Alex Crichton · 10 years ago
- 956c2eb rollup merge of #23738: alexcrichton/snapshots by Alex Crichton · 10 years ago
- 1b98f6d default => or_insert per RFC by Alexis Beingessner · 10 years ago
- 43bfaa4 Mass rename uint/int to usize/isize by Alex Crichton · 10 years ago
- 36ef29a Register new snapshots by Alex Crichton · 10 years ago
- 8389253 Add generic conversion traits by Aaron Turon · 10 years ago
- aa88da6 std: Tweak some unstable features of `str` by Alex Crichton · 10 years ago
- b3a4485 std: Stabilize the Write::flush method by Alex Crichton · 10 years ago
- 981bf5f Fallout of std::old_io deprecation by Alex Crichton · 10 years ago
- 42c4e48 Stabilize std::path by Aaron Turon · 10 years ago
- 2fcdd82 Rollup merge of #23056 - awlnx:master, r=nrc by Manish Goregaokar · 10 years ago
- 73b0b25 std: Stabilize the `fs` module by Alex Crichton · 10 years ago
- 951ef9d fix for new attributes failing. issue #22964 by awlnx · 10 years ago
- 95d9046 std: Deprecate std::old_io::fs by Alex Crichton · 10 years ago
- ad14891 std: Stabilize the `env` module by Alex Crichton · 10 years ago
- f83e23a std: Stabilize the `hash` module by Alex Crichton · 10 years ago
- a2ebb24ee std: Rename io/path features with old_ prefix by Alex Crichton · 10 years ago
- f0f8be2 Fix rollup (remove slicing_syntax) by Manish Goregaokar · 10 years ago
- e5ec43e Opt into new `box_patterns` feature gate in various crates. by Felix S. Klock II · 10 years ago
- 5354317 Process cfg_attr right before stripping cfg by Keegan McAllister · 10 years ago
- 7335c7d rollup merge of #21830: japaric/for-cleanup by Alex Crichton · 10 years ago
- 3484706 remove unused mut qualifiers by Jorge Aparicio · 10 years ago
- 70ed3a4 std: Add a new `env` module by Alex Crichton · 10 years ago
- 3a2530d Test fixes and rebase conflicts by Alex Crichton · 10 years ago
- 60abb3b fixes after rebase by Jorge Aparicio · 10 years ago
- f9865ea fix fallout by Jorge Aparicio · 10 years ago