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
/
privacy
Age
Commit message (
Expand
)
Author
Lines
2021-03-17
Rollup merge of #83092 - petrochenkov:qspan, r=estebank
Yuki Okushi
-2
/
+2
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-2
/
+2
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-9
/
+103
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-40
/
+68
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+155
2021-01-13
Update tests for extern block linting
Mark Rousskov
-3
/
+3
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-0
/
+85
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-2
/
+2
2020-11-16
improve error message for const ty param mismatch
Bastian Kauschke
-44
/
+24
2020-10-25
Merge remote-tracking branch 'upstream/master' into box-alloc
Tim Diekmann
-49
/
+49
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-49
/
+49
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-9
/
+9
2020-10-06
Fix tests from rebase
Matthew Jasper
-13
/
+8
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-48
/
+25
2020-09-11
Improve E0118 description
aticu
-7
/
+9
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-194
/
+194
2020-08-22
Use smaller def span for functions
Aaron Hill
-32
/
+32
2020-08-10
Do not suggest similarly named enclosing item
Esteban Küber
-3
/
+1
2020-08-05
Handle fieldless tuple structs in diagnostic code
Aaron Hill
-0
/
+25
2020-06-21
Prefer accessible paths in 'use' suggestions
Dan Aloni
-30
/
+6
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-20
/
+14
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-6
/
+6
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-3
/
+3
2020-04-07
Do not suggest adding type param when `use` is already suggested
Esteban Küber
-4
/
+0
2020-03-27
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
Dylan DPC
-5
/
+5
2020-03-26
wip pacify the merciless ui tests
Niko Matsakis
-1
/
+1
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-4
/
+6
2020-03-24
rustc_typeck: remove rustc_hir_pretty usage
Mazdak Farrokhzad
-5
/
+5
2020-03-24
Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb
Mazdak Farrokhzad
-2
/
+2
2020-03-23
Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper
Mazdak Farrokhzad
-229
/
+229
2020-03-22
Use more targetted span for error label
Esteban Küber
-10
/
+10
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-212
/
+212
2020-03-22
Add span label to primary error span
Esteban Küber
-12
/
+12
2020-03-21
convert a couple more errors
mark
-2
/
+2
2020-03-21
Bless tests
LeSeulArtichaut
-6
/
+4
2020-03-17
Rollup merge of #69811 - petrochenkov:privdiag2, r=estebank
Mazdak Farrokhzad
-1
/
+6
2020-03-12
update tests
Mark Mansi
-22
/
+22
2020-03-11
resolve: Print import chains on privacy errors
Vadim Petrochenkov
-1
/
+6
2020-02-21
Implement RFC 2532 – Associated Type Defaults
Jonas Schievink
-99
/
+53
2020-02-10
use `dyn Trait` more in tests
Mazdak Farrokhzad
-28
/
+28
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-7
/
+163
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-7
/
+7
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-3
/
+3
2020-01-26
Suggest defining type parameter when appropriate
Esteban Küber
-0
/
+4
2020-01-24
Normalise notes with the/is
varkor
-3
/
+3
2020-01-16
resolve: Say "import" when reporting private imports
Vadim Petrochenkov
-3
/
+3
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-74
/
+518
2020-01-09
Update tests
Vadim Petrochenkov
-8
/
+42
2019-12-09
compiletest: add aux-crate directive
Eric Huss
-7
/
+6
2019-11-18
test: Update tests with fallout of changes
Gabriel Smith
-74
/
+54
[next]