index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_feature
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-12-12
tidy: Re-enable check for inline unit tests
Vadim Petrochenkov
-27
/
+26
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-0
/
+3
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-4
/
+8
2020-11-17
Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis
bors
-0
/
+5
2020-11-15
Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis
Jonas Schievink
-3
/
+39
2020-11-10
Indroduce feature flag for RFC-2229
Aman Arora
-0
/
+5
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-0
/
+4
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-3
/
+39
2020-11-07
Implement destructuring assignment for tuples
Fabian Zaiser
-0
/
+3
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-27
Add unsized_locals to INCOMPLETE_FEATURES list
Santiago Pastorino
-0
/
+1
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-0
/
+3
2020-10-27
Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov
Yuki Okushi
-0
/
+1
2020-10-26
Add compiler support for LLVM's x86 ERMSB feature
Joe Richey
-0
/
+1
2020-10-25
Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk
Yuki Okushi
-0
/
+9
2020-10-21
Mark `repr128` as `incomplete_features`
varkor
-0
/
+1
2020-10-21
add rustc_allow_const_fn_unstable attribute
Florian Warzecha
-0
/
+9
2020-10-18
Remove redundant 'static in the compiler
est31
-1
/
+1
2020-10-16
Add inline const to INCOMPLETE_FEATURES
Santiago Pastorino
-0
/
+1
2020-10-16
Add inline_const feature flag
Santiago Pastorino
-0
/
+3
2020-10-16
Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis
Dylan DPC
-4
/
+3
2020-10-08
Implement the instruction_set attribute
xd009642
-0
/
+5
2020-10-05
Remove `fn` from feature name
Dylan MacKenzie
-1
/
+1
2020-10-05
Add `#![feature(const_fn_impl)]`
Dylan MacKenzie
-0
/
+3
2020-10-05
Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank
Dylan DPC
-1
/
+1
2020-10-03
Replace "non trivial" with "non-trivial"
varkor
-1
/
+1
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-0
/
+3
2020-10-02
Rollup merge of #76851 - fusion-engineering-forks:fixme-nonzero, r=petrochenkov
Yuki Okushi
-17
/
+20
2020-10-01
Add note about possible future improvement
Mara Bos
-0
/
+2
2020-09-30
Add support for cmse_nonsecure_entry attribute
Hugues de Valon
-0
/
+5
2020-09-27
Remove `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-1
/
+0
2020-09-27
Add a feature gate for basic function pointer use in `const fn`
Dylan MacKenzie
-0
/
+3
2020-09-25
Use proper issue for `const_fn_floating_point_arithmetic`
Dylan MacKenzie
-1
/
+1
2020-09-25
Add `const_fn_floating_point_arithmetic`
Dylan MacKenzie
-0
/
+3
2020-09-21
Add cfg(target_has_atomic_equal_alignment).
Mara Bos
-0
/
+5
2020-09-20
Remove MMX from Rust
Mateusz MikuĊa
-1
/
+0
2020-09-17
Fix 'FIXME' about using NonZeroU32 instead of u32.
Mara Bos
-17
/
+18
2020-09-15
Stabilize move_ref_pattern
Amjad Alsharafi
-4
/
+3
2020-09-14
Stabilize doc_alias feature
Guillaume Gomez
-3
/
+2
2020-09-10
fix tidy, small cleanup
Bastian Kauschke
-1
/
+1
2020-09-10
implement `const_evaluatable_checked` feature MVP
Bastian Kauschke
-1
/
+5
2020-09-04
Implementation of incompatible features error
Amjad Alsharafi
-1
/
+6
2020-09-01
driver: replace `lazy_static` by `SyncLazy` from std
marmeladema
-8
/
+9
2020-09-01
feature: replace `lazy_static` by `SyncLazy` from std
marmeladema
-11
/
+12
2020-08-30
mv compiler to compiler/
mark
-0
/
+1750