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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
feature-gate
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
Make `-Z allow-features` work for stdlib features
Tyler Mandry
-2
/
+18
2019-04-20
Fix additional variadic typos
varkor
-2
/
+2
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+0
2019-04-15
Update test
John Kåre Alsaker
-182
/
+186
2019-04-11
Reword tracking issue note
Esteban Küber
-2
/
+2
2019-04-10
Tweak unstable diagnostic output
Esteban Küber
-2
/
+4
2019-03-14
Add `-Z allow_features=...` flag
Tyler Mandry
-0
/
+50
2019-03-11
Update tests
Vadim Petrochenkov
-21
/
+21
2019-02-27
Add c_variadic language feature item
Dan Robertson
-0
/
+15
2019-01-18
Rollup merge of #57650 - AB1908:master, r=petrochenkov
Mazdak Farrokhzad
-0
/
+13
2019-01-17
Add test for linking non-existent static library
AB1908
-0
/
+13
2019-01-13
Address review comments
Vadim Petrochenkov
-1
/
+1
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-817
/
+661
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-435
/
+265
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-14
/
+4
2018-11-07
Replaced use of `#[rustc_error]` with `// skip-codegen`.
Felix S. Klock II
-15
/
+9
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-132
/
+121
2018-09-10
Feature gate non-builtin attributes in inner attribute position
Vadim Petrochenkov
-0
/
+2
2018-08-05
Convert unknown_features lint into an error
varkor
-225
/
+219
2018-08-05
Turn the duplicate feature lint into an error
varkor
-15
/
+9
2018-08-05
Add a test for feature attribute consistency
varkor
-0
/
+41
2018-08-05
Add test for duplicate features
varkor
-0
/
+40
2018-08-05
Add a test for unknown features
varkor
-0
/
+29
2018-07-14
Lint the use of async as an identifier
Oliver Schneider
-14
/
+14
2018-06-06
Do not account for inner/outer attr
Esteban Küber
-2
/
+2
2018-06-06
Use consistent span for repr attr suggestion
Esteban Küber
-2
/
+2
2018-06-06
Change repr documentation link
Esteban Küber
-6
/
+6
2018-06-06
Add `transparent` as valid `repr` hint
Esteban Küber
-6
/
+6
2018-06-06
Turn warning into lint
Esteban Küber
-214
/
+226
2018-06-06
Expand output and suggestions, fix tests
Esteban Küber
-142
/
+192
2018-05-01
Fix an error from "unused" lint + Fix rebase
Vadim Petrochenkov
-81
/
+73
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-267
/
+213
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-82
/
+73
2018-04-27
Allow #[inline] on closures
Amanieu d'Antras
-18
/
+18
2018-04-15
don't see issue #0
Zack M. Davis
-0
/
+27
2018-04-13
Rename must-compile-successfully into compile-pass
Guillaume Gomez
-1
/
+1
2018-03-16
Update tests
John Kåre Alsaker
-0
/
+4
2018-03-14
Add backticks to `main` not found errors.
Eric Huss
-6
/
+6
2018-03-14
Add suggestion where to add main function.
Eric Huss
-0
/
+4
2018-03-14
Add empty main() to tests where it is missing.
Eric Huss
-27
/
+20
2018-03-14
Add crate name to "main function not found" error message.
Eric Huss
-8
/
+8
2018-03-14
update tests
Guillaume Gomez
-9
/
+9
2018-02-26
Update UI tests
Vadim Petrochenkov
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-883
/
+883
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+9
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-13
rustc: Refactor attribute checking to operate on HIR
Alex Crichton
-2
/
+2
2018-01-07
Remove deprecated unstable attribute `#[simd]`
Robin Kruppe
-466
/
+411
[next]