]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #56476 - GuillaumeGomez:invalid-line-number-match, r=QuietMisdreavus
[rust.git] / src /
2018-12-05 Pietro AlbiniRollup merge of #56476 - GuillaumeGomez:invalid-line...
2018-12-05 Pietro AlbiniRollup merge of #56466 - ljedrz:delete_tuple_slice...
2018-12-05 Pietro AlbiniRollup merge of #56456 - oli-obk:private_impl_trait...
2018-12-05 Pietro AlbiniRollup merge of #56452 - sinkuu:redundant_clone, r...
2018-12-05 Pietro AlbiniRollup merge of #56424 - mark-i-m:explain-raw, r=Centril
2018-12-05 Pietro AlbiniRollup merge of #56388 - matthewjasper:more-lexical...
2018-12-05 Pietro AlbiniRollup merge of #56372 - wildarch:issue-55314-second...
2018-12-05 Pietro AlbiniRollup merge of #56119 - frewsxcv:frewsxcv-option-carri...
2018-12-05 Pietro AlbiniRollup merge of #55987 - Thomasdezeeuw:weak-ptr_eq...
2018-12-05 Pietro AlbiniRollup merge of #55563 - GuillaumeGomez:doc-search...
2018-12-05 Pietro AlbiniRollup merge of #51753 - gruberb:document-from-conversi...
2018-12-05 borsAuto merge of #56535 - matthiaskrgr:clippy, r=oli-obk
2018-12-05 Matthias Krügersubmodules: update clippy from b2601beb to 29bf75cd
2018-12-05 borsAuto merge of #55466 - sinkuu:cleanup, r=petrochenkov
2018-12-05 borsAuto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavis
2018-12-05 Shotaro YamadaFix pretty test
2018-12-05 borsAuto merge of #56519 - steveklabnik:edition-guide,...
2018-12-04 Steve Klabnikbuild the edition guide
2018-12-04 borsAuto merge of #56486 - matthewjasper:propagate-all...
2018-12-04 Matthew JasperCall methods on the right tcx
2018-12-04 Corey FarwellUtilize `?` instead of `return None`.
2018-12-04 borsAuto merge of #56244 - oli-obk:loud_ui_errors, r=nikoma...
2018-12-04 borsAuto merge of #55871 - ljedrz:llvm_back_allocations...
2018-12-04 borsAuto merge of #56224 - ehuss:update-cargo, r=alexcrichton
2018-12-04 Bastian GruberAdd extra comment slash
2018-12-04 Oliver SchererUpdate doc-ui tests
2018-12-04 Oliver SchererUpdate ui tests
2018-12-04 Oliver SchererRemove unused stderr file
2018-12-04 Oliver SchererNewlines.... newlines everywhere
2018-12-04 Oliver SchererAdd a test ensuring that we don't regress this
2018-12-04 Oliver SchererUpdate tests
2018-12-04 Oliver SchererReport failing tests without `//~ ERROR` comments
2018-12-04 borsAuto merge of #55707 - GuillaumeGomez:file-sidebar...
2018-12-04 Shotaro Yamadasort_by_cached_key -> sort_by
2018-12-04 Shotaro YamadaRemove redundant clone
2018-12-04 borsAuto merge of #55682 - GuillaumeGomez:primitive-sidebar...
2018-12-04 borsAuto merge of #56467 - oli-obk:osx_stack_bump, r=nagisa
2018-12-04 Shotaro YamadaFix test
2018-12-04 Shotaro YamadaUse iterator and pattern APIs instead of `char_at`
2018-12-03 Matthew JasperPropagate all closure requirements to the caller
2018-12-03 borsAuto merge of #55041 - evq:thumbv8m, r=alexcrichton
2018-12-03 Guillaume GomezDon't generate suffix for source-file.js
2018-12-03 Mark Mansilink to raw identifiers
2018-12-03 Mark MansiExplain raw identifer syntax
2018-12-03 Oliver SchererBump stack size to 32MB
2018-12-03 ljedrzdata_structures: remove tuple_slice
2018-12-03 borsAuto merge of #56451 - kennytm:rollup, r=kennytm
2018-12-03 Eric HussUpdate rls
2018-12-03 Eric HussUpdate cargo
2018-12-03 Oliver SchererHandle existential types in dead code analysis
2018-12-03 borsAuto merge of #55010 - tromey:Bug-9224-generic-paramete...
2018-12-03 kennytmRollup merge of #56438 - yui-knk:remove_not_used_DotEq_...
2018-12-03 kennytmRollup merge of #56435 - RalfJung:libstd-without-c...
2018-12-03 kennytmRollup merge of #56433 - yui-knk:update_comment_of_pars...
2018-12-03 kennytmRollup merge of #56432 - ordovicia:shrink-to-issue...
2018-12-03 kennytmRollup merge of #56419 - mark-i-m:remove-try, r=Centril
2018-12-03 kennytmRollup merge of #56418 - petrochenkov:wintidy, r=nagisa
2018-12-03 kennytmRollup merge of #56416 - GuillaumeGomez:css-body, r...
2018-12-03 kennytmRollup merge of #56412 - petrochenkov:extself, r=Centril
2018-12-03 kennytmRollup merge of #56402 - scottmcm:better-marker-trait...
2018-12-03 kennytmRollup merge of #56401 - scottmcm:vecdeque-resize-with...
2018-12-03 kennytmRollup merge of #56395 - Centril:stabilize-dbg-macro...
2018-12-03 kennytmRollup merge of #56366 - alexreg:stabilise-self_in_type...
2018-12-03 kennytmRollup merge of #56141 - jnqnfe:osstr_len_clarity,...
2018-12-03 Thomas de ZeeuwFix link in Weak::new
2018-12-03 Thomas de ZeeuwAdd sync::Weak::ptr_eq
2018-12-03 Thomas de ZeeuwAdd rc::Weak.ptr_eq
2018-12-03 borsAuto merge of #56305 - RalfJung:miri, r=oli-obk
2018-12-03 ljedrzcodegen_llvm_back: improve allocations
2018-12-03 Ralf Jungupdate miri
2018-12-03 Ralf Jungupdate miri
2018-12-03 borsAuto merge of #56394 - cuviper:interrupted-timeout...
2018-12-03 borsAuto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe
2018-12-02 borsAuto merge of #56110 - varkor:inhabitedness-union-enum...
2018-12-02 Guillaume GomezFix invalid line number match
2018-12-02 borsAuto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
2018-12-02 yui-knkRemove not used `DotEq` token
2018-12-02 borsAuto merge of #56275 - RalfJung:win-mutex, r=SimonSapin
2018-12-02 Nikita PopovRun name-anon-globals after all other passes
2018-12-02 Ralf Jungmake the C part of compiler-builtins opt-out
2018-12-02 Ralf Jungexplicitly control compiler_builts/c feature from libstd
2018-12-02 Ralf Jungavoid MaybeUninit::get_mut where it is not needed
2018-12-02 Ralf Junglet FIXME refer to tracking issue
2018-12-02 Ralf Jungno reason to use mutable references here at all
2018-12-02 borsAuto merge of #56378 - ljedrz:arena_tweaks, r=nagisa
2018-12-02 yui-knkFix "line longer than 100 chars"
2018-12-02 borsAuto merge of #56406 - nrc:update, r=kennytm
2018-12-02 yui-knkAdd description about `crate` for parse_visibility...
2018-12-02 ljedrzarena: improve common patterns
2018-12-02 Hidehito YabuuchiUpdate issue number of `shrink_to` methods to point...
2018-12-02 borsAuto merge of #56396 - dlrobertson:fix_va_list_tests...
2018-12-01 Mark Mansiremove some uses of try!
2018-12-01 Vadim PetrochenkovFix failing tidy (line endings on Windows)
2018-12-01 Guillaume GomezRemove unneeded body class selector
2018-12-01 Vadim PetrochenkovUpdate tracking issue for `extern_crate_self`
2018-12-01 borsAuto merge of #55275 - petrochenkov:extself, r=eddyb
2018-12-01 Vadim Petrochenkovresolve: Support aliasing local crate root in extern...
2018-12-01 Nick CameronUpdate RLS and Rustfmt
2018-12-01 Scott McMurrayImprove the unstable book example for `#[marker]`
2018-12-01 Scott McMurrayMove VecDeque::resize_with out of the impl<T:Clone...
next