]> git.lizzy.rs Git - rust.git/history - src
convert-id: tests for const gating.
[rust.git] / src /
2018-08-15 ashtneoiRemove incorrect space
2018-08-15 ashtneoiRemove unnecessary comment
2018-08-15 ashtneoiTest patterns in tuples
2018-08-15 ashtneoiCoalesce var-is-not-Copy notes per move
2018-08-15 ashtneoiDedup suggestions
2018-08-15 ashtneoiRemove unnecessary underscore
2018-08-15 ashtneoiChange TODOs to FIXMEs
2018-08-15 ashtneoiMake move errors more consistent with typeck errors
2018-08-15 ashtneoiMake move error suggestions clearer
2018-08-15 ashtneoiAdd backquotes around variable name
2018-08-15 ashtneoiFix move errors for index expressions
2018-08-15 ashtneoiTest move errors for index expressions
2018-08-15 ashtneoiAccept whitespace between `&` and `mut`
2018-08-15 ashtneoiAdd more TODOs
2018-08-15 ashtneoiSuggest match ergonomics, not `ref`/`ref mut`
2018-08-15 ashtneoiFix some random stuff
2018-08-15 Felix S. Klock IIRemoved `ignore-test-compare-mode-nll` from unboxed...
2018-08-15 Felix S. Klock IIRemoved `ignore-test-compare-mode-nll` from hashmap...
2018-08-15 Felix S. Klock IIRemoved `ignore-test-compare-mode-nll` from borrowck...
2018-08-15 Felix S. Klock IIRemoved `ignore-test-compare-mode-nll` from borrowck...
2018-08-15 Esteban KüberDo not emit "incorrect close delimiter" twice in the...
2018-08-15 Esteban KüberTweak unclosed delimiter parser error
2018-08-15 Esteban KüberDo not suggest conversion method that is already there
2018-08-15 borsAuto merge of #53400 - GuillaumeGomez:rollup, r=Guillau...
2018-08-15 PazzazTest VecDeque append not dropping twice
2018-08-15 Guillaume GomezRollup merge of #53396 - matklad:fix-flatten-since...
2018-08-15 Guillaume GomezRollup merge of #53388 - GuillaumeGomez:fix-links-color...
2018-08-15 Guillaume GomezRollup merge of #53368 - matthewjasper:only-stage-2...
2018-08-15 Guillaume GomezRollup merge of #53344 - frewsxcv:frewsxcv-doc-ptr...
2018-08-15 Guillaume GomezRollup merge of #53342 - RalfJung:unsized-packed, r...
2018-08-15 Guillaume GomezRollup merge of #53279 - estebank:on-unimplemented...
2018-08-15 Guillaume GomezRollup merge of #53271 - llogiq:simplify-maybe-map...
2018-08-15 Guillaume GomezRollup merge of #52453 - srijs:fix-52436, r=TimNN
2018-08-15 borsAuto merge of #53164 - davidtwco:issue-52663-span-decl...
2018-08-15 varkorTidy: ignore non-Markdown files when linting for the...
2018-08-15 varkorRemove outdated Unstable Book sections
2018-08-15 varkorVisit all attributes for feature collection
2018-08-15 Aleksey KladovFix since of Iterator::flatten to be a proper semver
2018-08-15 varkorMake cloudapi enums #[non_exhaustive]
2018-08-15 varkorMake std::io::Error #[non_exhaustive]
2018-08-15 varkorMake proc_macro Level #[non_exhaustive]
2018-08-15 varkorMake core::sync::atomic::Ordering #[non_exhaustive]
2018-08-15 PazzazClarify unused_as_mut_slices
2018-08-15 borsAuto merge of #53237 - overdrivenpotato:wasm-export...
2018-08-15 Guillaume GomezFix links' color
2018-08-15 Michael WoeristerUse CGU name as LLVM module name and add some caching...
2018-08-15 borsAuto merge of #53133 - Zoxc:gen-int, r=eddyb
2018-08-15 Andre BogusTwo small improvements
2018-08-15 Michael WoeristerFix some run-make tests after object file naming has...
2018-08-15 Michael WoeristerAdapt codegen-unit tests to new CGU naming scheme.
2018-08-15 Michael WoeristerClean up CodegenUnit name generation.
2018-08-15 borsAuto merge of #53367 - ehuss:update-cargo, r=alexcrichton
2018-08-15 Ralf Jungfix error for unsized packed struct field
2018-08-15 borsAuto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis
2018-08-15 Eric HussUpdate cargo
2018-08-15 Unknownpretty printing for btreemap
2018-08-15 Josh Stonestd: Use target_pointer_width for BACKTRACE_ELF_SIZE
2018-08-15 borsAuto merge of #52716 - tromey:rustup-lldb, r=alexcrichton
2018-08-15 Corey FarwellAdd doc examples for std::alloc::{alloc,alloc_zeroed}.
2018-08-15 varkorAccount for warning in existing GAT tests
2018-08-15 varkorWarn when `generic_associated_types` feature gate is...
2018-08-15 Tom TromeyAdd lldb to the build
2018-08-15 JacobCorrected typing description in doc
2018-08-15 borsAuto merge of #52928 - Mark-Simulacrum:borrowck-cleanup...
2018-08-14 Felix S. Klock IIUpdated the most glaring instances of weak tests w...
2018-08-14 borsAuto merge of #52936 - felixrabe:patch-1, r=alexcrichton
2018-08-14 Matthew JasperIgnore test that fails on stage1
2018-08-14 Vadim Petrochenkovsyntax: Enforce attribute grammar in the parser
2018-08-14 Matthew JasperUpdate former compile-fail tests
2018-08-14 borsAuto merge of #53361 - Manishearth:clippyup, r=nrc
2018-08-14 Matthew JasperName the right expected and actual return lifetimes
2018-08-14 Matthew JasperUpdate tests
2018-08-14 Matthew JasperTweek best_blame_constraint to slightly prefer specific...
2018-08-14 Matthew JasperChange "return" to "returning this value" when explaini...
2018-08-14 Matthew JasperTreat assigning the destination of a call as an assignment
2018-08-14 Matthew JasperMake assigning to the return type interesting
2018-08-14 Pramod BishtAdddressed #51602
2018-08-14 PazzazClarify dst condition
2018-08-14 PazzazDon't drop values in other, just move the tail
2018-08-14 Manish GoregaokarUpdate clippy
2018-08-14 borsAuto merge of #53354 - kennytm:rollup, r=kennytm
2018-08-14 Simon Sapin`{to,from}_{ne,le,be}_bytes` for unsigned integer types
2018-08-14 David WoodImproved how upvars are detected when presenting errors...
2018-08-14 kennytmRollup merge of #53317 - estebank:abolish-ice, r=oli-obk
2018-08-14 kennytmRollup merge of #53290 - whitequark:fix-35741, r=nagisa
2018-08-14 kennytmRollup merge of #53274 - bjorn3:remove_statics_field...
2018-08-14 kennytmRollup merge of #53257 - faern:ip-method-idiomatic...
2018-08-14 kennytmRollup merge of #53246 - ljedrz:cleanup_various, r...
2018-08-14 kennytmRollup merge of #53239 - cuviper:llvm5-closure-alloca...
2018-08-14 kennytmRollup merge of #53233 - andre-richter:master, r=alexcr...
2018-08-14 kennytmRollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis
2018-08-14 kennytmRollup merge of #53226 - QuietMisdreavus:editions-for...
2018-08-14 kennytmRollup merge of #53208 - BurntPizza:protect-the-environ...
2018-08-14 kennytmRollup merge of #53112 - fukatani:pretty-print-btreeset...
2018-08-14 David WoodLabel definition of captured variables in errors.
2018-08-14 David WoodAdded some debug logging.
2018-08-14 borsAuto merge of #53085 - ljedrz:cleanup_syntax_structures...
2018-08-14 memoryruinsAdd regression test for issue #30104
2018-08-14 memoryruinsAdd regression test for issue #48697
2018-08-14 Hideki Sekineadd copyright from template
next