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