| Age | Commit message (Expand) | Author | Lines |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+1 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+1 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -0/+1 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+1 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -17/+78 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -1/+1 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -115/+5 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -0/+1 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+1 |
| 2019-10-21 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -17/+78 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Remove `InternedString`. | Nicholas Nethercote | -115/+5 |
| 2019-10-18 | Remove `Copy` and `Clone` impls for `LocalInternedString`. | Nicholas Nethercote | -3/+3 |
| 2019-10-18 | Change how `Symbol::Debug` works. | Nicholas Nethercote | -1/+1 |
| 2019-10-18 | Use `with` in `Symbol` trait methods. | Nicholas Nethercote | -3/+3 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -88/+9 |
| 2019-10-15 | Remove gensyms | Matthew Jasper | -88/+9 |
| 2019-10-15 | Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-... | Mazdak Farrokhzad | -24/+0 |
| 2019-10-15 | Stabilize proc macros generating `macro_rules` items | Vadim Petrochenkov | -1/+1 |
| 2019-10-15 | Remove custom `PartialEq` impls for `LocalInternedString`. | Nicholas Nethercote | -24/+0 |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -0/+1 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+1 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -0/+2 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+1 |
| 2019-10-03 | proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene | Vadim Petrochenkov | -0/+6 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -0/+1 |
| 2019-10-01 | Add `rustc_peek` support for `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+1 |
| 2019-10-01 | Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum | Mazdak Farrokhzad | -16/+15 |
| 2019-09-30 | Fixed weird non-sequential indices for serialisation of `SourceFile` type. | Alexander Regueiro | -16/+15 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -6/+6 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -6/+6 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -4/+4 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -6/+6 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+1 |
| 2019-09-17 | Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov | Tyler Mandry | -0/+32 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -0/+32 |
| 2019-09-15 | Auto merge of #64483 - petrochenkov:expectattr2, r=Centril | bors | -0/+7 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -0/+7 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -7/+0 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -1/+1 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -0/+1 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -18/+57 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -1/+20 |
| 2019-09-05 | Remove `Ident::{gensym, is_gensymed}` | Matthew Jasper | -15/+12 |
| 2019-09-05 | Allow ast passes to create hygienic spans | Matthew Jasper | -1/+1 |
| 2019-09-05 | Add an ExpnKind for AST passes | Matthew Jasper | -1/+24 |
| 2019-09-04 | Add `Symbol::{with,with2}`. | Nicholas Nethercote | -13/+29 |
| 2019-09-04 | Remove `LocalInternedString::intern`. | Nicholas Nethercote | -13/+0 |
| 2019-09-04 | Remove `Encodable`/`Decodable` impls for `LocalInternedString`. | Nicholas Nethercote | -12/+0 |