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
/
src
/
test
/
ui
/
imports
Age
Commit message (
Expand
)
Author
Lines
2019-11-08
Rollup merge of #66007 - estebank:remove-here, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-11-08
Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton
Yuki Okushi
-5
/
+4
2019-11-07
Rollup merge of #66087 - tmiasko:ui-mode, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-1
/
+1
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-3
/
+3
2019-11-03
syntax: Avoid span arithmetics for delimiter tokens
Vadim Petrochenkov
-1
/
+1
2019-11-02
consistent handling of missing sysroot spans
Ralf Jung
-5
/
+4
2019-10-29
Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov
Tyler Mandry
-13
/
+24
2019-10-29
forgot to add the changed stderr
Quentin Boyer
-6
/
+6
2019-10-28
changing non-empty glob must import something to a lint
Quentin Boyer
-13
/
+24
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-5
/
+11
2019-09-08
Always emit unresolved import errors and hide unused import lint
Esteban Küber
-5
/
+29
2019-09-07
resolve: Mark more erroneous imports as used
Vadim Petrochenkov
-11
/
+29
2019-09-05
Make use of hygiene in AST passes
Matthew Jasper
-1
/
+3
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-33
/
+33
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-11
/
+11
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-5
/
+6
2019-08-05
Don't recommend `extern crate` syntax
Kornel
-3
/
+3
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+29
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+325
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-3
/
+3
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-3
/
+3
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-3
/
+3
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-12
/
+12
2019-06-16
compiletest: Remove `skip-codegen`
Vadim Petrochenkov
-4
/
+2
2019-06-12
Hygienize macros in the standard library
Vadim Petrochenkov
-23
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-4
/
+4
2019-05-18
Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrum
bors
-33
/
+13
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-2
/
+2
2019-04-28
resolve: Consider erroneous imports used to avoid duplicate diagnostics
Vadim Petrochenkov
-0
/
+34
2019-04-25
Do not suggest use over extern crate w/ alias.
David Wood
-33
/
+13
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-4
/
+4
2019-04-11
Reword tracking issue note
Esteban Küber
-3
/
+3
2019-04-10
Tweak unstable diagnostic output
Esteban Küber
-3
/
+6
2019-03-31
Distinguish depending on error level
Yuki OKUSHI
-1
/
+1
2019-03-24
Rollup merge of #59296 - petrochenkov:stdup, r=estebank
kennytm
-0
/
+10
2019-03-23
Mark duplicate import removal suggestion tool only
Esteban Küber
-1
/
+0
2019-03-23
Tweak unnecessary import suggestion
Esteban Küber
-4
/
+2
2019-03-19
Do not encode gensymed imports in metadata
Vadim Petrochenkov
-0
/
+10
2019-03-11
Update tests
Vadim Petrochenkov
-63
/
+63
2019-03-09
use structured suggestions for E0432
Andy Russell
-1
/
+4
2019-02-11
Use hidden suggestions for unused imports lint
Esteban Küber
-1
/
+1
2019-02-08
unused_imports: update tests
Pietro Albini
-1
/
+1
2019-01-31
Add suggestion for duplicated import.
David Wood
-5
/
+4
2019-01-26
Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril
Mazdak Farrokhzad
-6
/
+46
2019-01-18
Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakis
Mazdak Farrokhzad
-0
/
+26
2019-01-14
stabilize extern_crate_self
Ryan Leckey
-6
/
+46
2019-01-13
Rollup merge of #57557 - petrochenkov:ecused, r=varkor
Mazdak Farrokhzad
-0
/
+66
2019-01-13
resolve: Mark extern crate items as used in more cases
Vadim Petrochenkov
-0
/
+66
2019-01-13
resolve: Add a test for issue #57539
Vadim Petrochenkov
-0
/
+26
[next]