| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1765/+0 |
| 2020-08-22 | Auto merge of #74566 - lzutao:guard, r=petrochenkov | bors | -0/+4 |
| 2020-08-08 | fix `min_const_generics` version | Bastian Kauschke | -1/+1 |
| 2020-08-08 | Gate to if-let guard feature | Lzu Tao | -0/+4 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -0/+3 |
| 2020-08-05 | add tracking issue | Bastian Kauschke | -1/+1 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -0/+3 |
| 2020-08-05 | Fix typo in `librustc_feature/active.rs` | Waffle Lapkin | -1/+1 |
| 2020-07-22 | Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -0/+1 |
| 2020-07-19 | Advertise correct stable version for const control flow | Dylan MacKenzie | -2/+2 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+3 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -0/+3 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -0/+3 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -72/+72 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+4 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+3 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -5/+4 |
| 2020-06-28 | Mark `const_loop` feature gate as accepted | Dylan MacKenzie | -3/+2 |
| 2020-06-28 | Mark feature gate as accepted | Dylan MacKenzie | -3/+2 |
| 2020-06-24 | Add `format_args_capture` feature | David Hewitt | -0/+3 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -3/+5 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -3/+5 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -0/+1 |
| 2020-06-13 | Add feature gate for precise live drop checking | Dylan MacKenzie | -0/+3 |
| 2020-06-09 | [AVR] Raise and link to a tracking issue for the `avr-interrupt` calling conv... | Dylan McKay | -3/+3 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+3 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -0/+3 |
| 2020-05-29 | Whitelist #[allow_internal_unstable] | Jonas Schievink | -1/+1 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -0/+3 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+8 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -0/+1 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+1 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -2/+1 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+4 |
| 2020-05-01 | Allow `#[target_feature]` on safe functions | LeSeulArtichaut | -0/+3 |
| 2020-03-29 | #[link]: mention wasm_import_module instead of cfg | Jonas Schievink | -1/+1 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -5/+2 |
| 2020-03-26 | bump negative impls version to 1.44.0 | Niko Matsakis | -1/+1 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -3/+3 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+3 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -5/+2 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -7/+1 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+8 |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -0/+5 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -3/+0 |
| 2020-03-09 | expand/builtin_macros: Minor cleanup | Vadim Petrochenkov | -7/+1 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |