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
/
traits
Age
Commit message (
Expand
)
Author
Lines
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-163
/
+89
2019-08-19
Cherry-pick src/test changes with Centril's changes
sd234678
-1
/
+0
2019-08-16
Remove meaningless comments in src/test
sd234678
-6
/
+0
2019-08-02
Address review comments
varkor
-1
/
+1
2019-08-02
Fix fallout after rebase
varkor
-1
/
+1
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+42
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+3234
2019-07-24
Adjust tests for method disambiguation help
Ilija Tovilo
-0
/
+2
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-7
/
+7
2019-06-22
Rollup merge of #61681 - asfreitas:addSendTrait, r=estebank
Mazdak Farrokhzad
-14
/
+14
2019-06-22
adding in these files that didn't get added in previous commit
Andrew
-7
/
+7
2019-06-21
changed expected output in tests so it now passes with changed output
Andrew
-7
/
+7
2019-06-14
Add explanation for E0592
Yuki Okushi
-0
/
+1
2019-06-09
Add test for ICE
Yuki Okushi
-0
/
+22
2019-05-31
fix tidy
Esteban Küber
-3
/
+1
2019-05-30
Remove unecessary `-Z continue-parse-after-error` from tests
Esteban Küber
-1
/
+1
2019-05-29
Update ui test suite to use dyn
memoryruins
-62
/
+72
2019-05-20
Reinstated shallow disallowing of maybe bounds in trait objects.
Alexander Regueiro
-2
/
+46
2019-05-20
Addressed more points raised in review.
Alexander Regueiro
-104
/
+361
2019-05-20
Addressed points raised in review.
Alexander Regueiro
-41
/
+87
2019-05-20
Update tests.
Alexander Regueiro
-15
/
+1347
2019-05-14
Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ...
Mazdak Farrokhzad
-0
/
+91
2019-05-07
compiletest: only use `make_exe_name` for tests that end up being executed.
Eduard-Mihai Burtescu
-0
/
+3
2019-05-01
forego caching for all participants in cycles, apart from root node
Niko Matsakis
-0
/
+91
2019-04-29
Suggest try_into when possible
Esteban Küber
-0
/
+4
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-20
/
+6
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-16
/
+8
2019-04-02
Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg
Mazdak Farrokhzad
-0
/
+44
2019-04-01
resolve all in scope trait aliases, then elaborate their bounds
Sean McArthur
-0
/
+44
2019-03-27
Better diagnostic for binary operation on BoxedValues
hgallagher1993
-2
/
+4
2019-03-23
Tweak spans for E0599
Esteban Küber
-12
/
+4
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-64
/
+64
2019-02-12
Added tests.
Alexander Regueiro
-0
/
+21
2019-02-07
Update tests
varkor
-7
/
+3
2019-01-22
Stabilize Any::get_type_id and rename to type_id
Simon Sapin
-2
/
+1
2019-01-19
Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis
Mazdak Farrokhzad
-0
/
+49
2019-01-14
Rollup merge of #57540 - estebank:eval-more, r=petrochenkov
Mazdak Farrokhzad
-8
/
+10
2019-01-12
Suggest correct location for lifetime parameters in use
Esteban Küber
-7
/
+9
2019-01-11
Continue parsing after lifetime in incorrect location
Esteban Küber
-1
/
+1
2019-01-10
new trait alias tests
Niko Matsakis
-0
/
+49
2019-01-09
clarify resolve typo suggestion
Andy Russell
-1
/
+1
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-5
/
+5
2018-12-26
Fixed more tests.
Alexander Regueiro
-8
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-709
/
+147
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-9
/
+11
2018-12-18
improve tests as suggested by review comments
Ariel Ben-Yehuda
-2
/
+92
2018-12-16
fix trait objects with a Self-having projection va
Ariel Ben-Yehuda
-0
/
+57
2018-12-08
fix span for invalid number of parameters in trait method
Guillaume Gomez
-1
/
+1
[next]