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
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Encode `TraitAlias` as if they were `Trait`
Esteban Küber
-0
/
+7
2018-10-01
add a special case for literal `'static: 'a` where-clauses
Ariel Ben-Yehuda
-0
/
+33
2018-09-26
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.
Felix S. Klock II
-106225
/
+0
2018-09-22
stabilize pattern_parentheses feature
Alex Stokes
-2
/
+1
2018-09-22
Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...
Eduard-Mihai Burtescu
-0
/
+32
2018-09-16
Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelix
Guillaume Gomez
-51
/
+51
2018-09-15
rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.
Eduard-Mihai Burtescu
-1
/
+1
2018-09-15
rustc_resolve: always include core, std and meta in the extern prelude.
Eduard-Mihai Burtescu
-0
/
+24
2018-09-15
rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.
Eduard-Mihai Burtescu
-0
/
+5
2018-09-14
Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkov
bors
-0
/
+16
2018-09-14
Partially revert 674a5db "Fix undesirable fallout [from macro modularization]"
Vadim Petrochenkov
-51
/
+51
2018-09-13
rustc_resolve: don't treat uniform_paths canaries as ambiguities unless they ...
Eduard-Mihai Burtescu
-0
/
+16
2018-09-13
introduce SelfCtor
F001
-0
/
+129
2018-09-12
Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser
kennytm
-2
/
+4
2018-09-12
Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum
kennytm
-28
/
+0
2018-09-11
Recover proper regression test for issue #16278.
Felix S. Klock II
-2
/
+4
2018-09-09
stabilize `#[used]`
Jorge Aparicio
-1
/
+0
2018-09-08
Stabilization change for mod.rs
Rusty Blitzerr
-28
/
+0
2018-09-07
rustc_resolve: only prepend CrateRoot to a non-keyword segment.
Eduard-Mihai Burtescu
-2
/
+12
2018-09-07
Rollup merge of #53994 - pnkfelix:issue-53764-migrate-run-pass-dirs-to-ui, r=...
kennytm
-0
/
+7557
2018-09-07
Rollup merge of #53992 - pnkfelix:issue-53764-migrate-run-pass-borrowck-to-ui...
kennytm
-0
/
+1299
2018-09-06
Allow illegal_floating_point_literal_pattern. These will need to be updated a...
Felix S. Klock II
-0
/
+1
2018-09-06
Allow unions_with_drop_fields for unions with members with destructors
Felix S. Klock II
-0
/
+5
2018-09-06
Allow various name convention lints.
Felix S. Klock II
-0
/
+7
2018-09-06
Add `// run-pass` to collection of tests.
Felix S. Klock II
-0
/
+278
2018-09-06
Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...
Felix S. Klock II
-0
/
+7266
2018-09-06
Allow some lints to let the ported run-pass/borrowck tests get through.
Felix S. Klock II
-0
/
+3
2018-09-06
Add `// run-pass` to collection of tests.
Felix S. Klock II
-1
/
+31
2018-09-06
Migrated `src/test/run-pass/borrowck` to `src/test/ui/run-pass`.
Felix S. Klock II
-0
/
+1266
2018-09-06
Allow more lints, mainly overflowing_literals for cases that only arose on 32...
Felix S. Klock II
-0
/
+11
2018-09-06
Add `#![allow(stable_features)]` to ease review.
Felix S. Klock II
-0
/
+6
2018-09-06
Add `.stderr` file for test that appears to trigger a lint that cannot be sil...
Felix S. Klock II
-0
/
+36
2018-09-06
Add `.stdout` file for test of `log_syntax!` and `trace_macros!`.
Felix S. Klock II
-0
/
+3
2018-09-06
Allow uses of `#[unsafe_destructor_blind_to_params]`. Should be ported to `#[...
Felix S. Klock II
-0
/
+8
2018-09-06
Allow illegal_floating_point_literal_pattern. These will need to be updated a...
Felix S. Klock II
-0
/
+5
2018-09-06
Update line numbers to reflect added lines at beginning of tests.
Felix S. Klock II
-7
/
+7
2018-09-06
Add `.stderr` files for shadowed labels where the point of the test is to tes...
Felix S. Klock II
-0
/
+610
2018-09-06
Alpha-rename label to avoid the shadowing lint (which cannot be silenced).
Felix S. Klock II
-4
/
+4
2018-09-06
Add `.stderr` file for test where there are conflicting repr hints.
Felix S. Klock II
-0
/
+16
2018-09-06
Add `#![allow(improper_ctypes)]` to extern-pass-empty.rs; note this test seem...
Felix S. Klock II
-0
/
+2
2018-09-06
Add `#[allow(improper_ctypes)]` to slew of cases that need e.g. `repr(C)`.
Felix S. Klock II
-0
/
+24
2018-09-06
Add `#![allow(..)]` for a slew of lints of migrated run-pass tests, to silenc...
Felix S. Klock II
-20
/
+516
2018-09-06
Remove references to a collection of unknown lints.
Felix S. Klock II
-28
/
+0
2018-09-06
Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.
Felix S. Klock II
-0
/
+4253
2018-09-06
Add `// run-pass` annotations to all the tests under `ui/run-pass/`.
Felix S. Klock II
-15
/
+2466
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-0
/
+89288