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
/
extern
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1541
/
+0
2023-01-04
Move tests
Caio
-0
/
+32
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-27
core: Mark all safe intrinsics with #[rustc_safe_intrinsic]
Arthur Cohen
-1
/
+3
2022-09-23
Restore ignore tag
Florian Bartels
-2
/
+0
2022-08-29
Make the trait bound is not satisfied specify kind
Obei Sideg
-1
/
+1
2022-08-21
Rework point-at-arg
Michael Goulet
-6
/
+6
2022-07-17
Add regression test for #95829
Yuki Okushi
-0
/
+42
2022-07-15
Move item_span from check_item_type into each function
Michael Goulet
-3
/
+3
2022-07-07
Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa
bors
-0
/
+38
2022-07-06
Suggest using block for `extern "abi" fn` with no body
Nixon Enraght-Moony
-0
/
+38
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-3
/
+3
2022-06-28
add regression test for #80074
Takayuki Maeda
-0
/
+14
2022-04-25
do not consider two extern types to be similar
lcnr
-0
/
+38
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-02-24
don't ice when an extern static is too big
asquared31415
-0
/
+63
2021-12-11
Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk
bors
-5
/
+0
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-5
/
+0
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+2
2021-12-01
Improve suggestion for extern crate self error message
Michael
-0
/
+2
2021-12-01
Stop treating extern crate loading failures as fatal errors
Michael
-0
/
+23
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+58
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+5
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+33
2021-11-04
Fix tests using `only-i686` to use the correct `only-x86` directive
Wesley Wiser
-3
/
+3
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-1
/
+3
2021-08-29
emit specific warning to clarify that foreign items can't have no_mangle
asquared31415
-0
/
+72
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-21
/
+35
2021-08-11
Modify structured suggestion output
Esteban Küber
-5
/
+5
2021-07-29
Bump LLVM for RegAllocFast bugfix
Aaron Hill
-6
/
+2
2021-07-06
Replace per-target ABI denylist with an allowlist
Simonas Kazlauskas
-9
/
+5
2021-07-01
Auto merge of #86774 - GuillaumeGomez:rollup-rkcgvph, r=GuillaumeGomez
bors
-0
/
+2
2021-06-27
Fix misleading "impl Trait" error
Paul Trojahn
-0
/
+2
2021-06-09
Fix ICE when `main` is declared in an `extern` block
asquared31415
-0
/
+15
2021-06-04
Remove `doc(include)`
Joshua Nelson
-69
/
+0
2021-04-09
Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum
bors
-2
/
+6
2021-04-09
reduce threads spawned by ui-tests
The8472
-2
/
+6
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-4
/
+20
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+11
2021-01-16
Target stack-probe support configurable finely
Simonas Kazlauskas
-0
/
+1
2021-01-13
Update code to account for extern ABI requirement
Mark Rousskov
-24
/
+24
2021-01-13
Update tests for extern block linting
Mark Rousskov
-40
/
+34
2021-01-13
Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic
Dylan DPC
-2
/
+3
2021-01-11
differentiate functions in extern-compare-with-return-type.rs
Josh Stone
-2
/
+3
2021-01-11
Move some tests to more reasonable directories
Caio
-0
/
+11
2020-09-30
rustc_metadata: Do not forget to encode inherent impls for foreign types
Vadim Petrochenkov
-8
/
+24
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-10
/
+10
2020-07-23
Add missing backticks in diagnostics note
Yuki Okushi
-1
/
+1
2020-07-18
rustc_metadata: Make crate loading fully speculative
Vadim Petrochenkov
-1
/
+1
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-5
/
+0
[next]