| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Revert "shrinking the deprecated method span" | Rich Kadel | -5/+1 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -2/+25 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | Auto merge of #85617 - hi-rustin:rustin-patch-fix, r=estebank | bors | -1/+5 |
| 2021-06-02 | Address comment | hi-rustin | -4/+3 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -16/+13 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -13/+16 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-25 | Address comment | hi-rustin | -4/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-24 | shrinking the deprecated method span | hi-rustin | -1/+9 |
| 2021-05-22 | Small refactoring in `liveness.rs` | Fabian Wolff | -51/+21 |
| 2021-05-21 | Warn about unreachable code following an expression with an uninhabited type | Fabian Wolff | -20/+91 |
| 2021-05-18 | Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor | Guillaume Gomez | -3/+124 |
| 2021-05-17 | Two minor changes for readability and efficiency | Fabian Wolff | -3/+2 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -47/+23 |
| 2021-05-16 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -41/+2 |
| 2021-05-16 | Implement changes suggested by varkor | Fabian Wolff | -5/+49 |
| 2021-05-16 | Auto merge of #84549 - tmiasko:static-initializer, r=varkor | bors | -2/+1 |
| 2021-05-15 | Report an error if a lang item has the wrong number of generic arguments | Fabian Wolff | -5/+83 |
| 2021-05-15 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -20/+29 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -41/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -0/+27 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -79/+1 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -29/+14 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -5/+4 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -9/+3 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -4/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -4/+4 |
| 2021-05-12 | Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank | Yuki Okushi | -3/+3 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -4/+4 |
| 2021-05-10 | Add documentation | LeSeulArtichaut | -0/+17 |
| 2021-05-08 | Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributes | LeSeulArtichaut | -26/+74 |
| 2021-05-08 | Emit `invalid_doc_attributes` warnings in more cases | LeSeulArtichaut | -12/+75 |
| 2021-05-07 | shrinking the deprecated method span | hi-rustin | -3/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -24/+31 |
| 2021-04-26 | Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514 | bors | -3/+3 |
| 2021-04-25 | liveness: Fix typo report_unsed_assign -> report_unused_assign | CohenArthur | -3/+3 |
| 2021-04-25 | Reachable statics have reachable initializers | Tomasz Miąsko | -2/+1 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -14/+1 |
| 2021-04-19 | Remove closure_tree | Cameron Steffen | -14/+1 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -49/+42 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -8/+5 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -49/+42 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -6/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -6/+7 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -6/+40 |