]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-15 Tom TromeyEmit debug info for trait object pointer
2017-11-15 Tom TromeyAllow minimum system LLVM version in tests
2017-11-15 borsAuto merge of #45922 - vramana:fix-45702, r=nikomatsakis
2017-11-15 borsAuto merge of #45913 - sinkuu:mir-inlining-closure...
2017-11-14 borsAuto merge of #45821 - djzin:unreachable-match-arms...
2017-11-14 borsAuto merge of #45981 - GuillaumeGomez:rollup, r=Guillau...
2017-11-14 Guillaume GomezRollup merge of #45977 - kennytm:fix-pulldown-warnings...
2017-11-14 Guillaume GomezRollup merge of #45970 - GuillaumeGomez:from-str-docs...
2017-11-14 Guillaume GomezRollup merge of #45967 - matthewjasper:array-move-types...
2017-11-14 Guillaume GomezRollup merge of #45961 - dereckson:unix-agnosticity...
2017-11-14 Guillaume GomezRollup merge of #45950 - fitzgen:update-unary-and-binar...
2017-11-14 Guillaume GomezRollup merge of #45941 - gaurikholkar:master, r=nikomat...
2017-11-14 Guillaume GomezRollup merge of #45815 - QuietMisdreavus:happy-little...
2017-11-14 borsAuto merge of #45896 - malbarbo:use-libc-const, r=alexc...
2017-11-14 Shotaro YamadaFix test
2017-11-14 Marco A L BarbosaUpdate libc (new const definitions for Linux sparc64)
2017-11-14 kennytmFixed several pulldown warnings when documenting libstd.
2017-11-14 Shotaro YamadaAdd TyCtxt::is_closure
2017-11-14 Shotaro YamadaMake create_temp_necessary a method
2017-11-14 Shotaro YamadaHandle closures correctly in MIR inlining
2017-11-14 borsAuto merge of #45916 - eddyb:even-mirer-0, r=nikomatsakis
2017-11-14 Djzindon't send block back to be marked unreachable twice
2017-11-14 Eduard-Mihai... rustc: split off BodyOwnerKind from MirSource.
2017-11-14 Eduard-Mihai... rustc: remove unused MirSource::GeneratorDrop.
2017-11-14 Eduard-Mihai... rustc_mir: drive passes directly with a macro.
2017-11-14 Eduard-Mihai... rustc: move the MIR pass infrastructure and list to...
2017-11-14 Djzinadd optimization codegen tests
2017-11-14 Djzinuse lazy cached unreachable block - assign it to the...
2017-11-14 Djzinalways add an unreachable branch on matches to give...
2017-11-14 borsAuto merge of #45915 - michaelwoerister:removed-nodes...
2017-11-14 borsAuto merge of #45909 - sinkuu:issue-45885, r=arielb1
2017-11-13 borsAuto merge of #45436 - zilbuz:issue-44837, r=nikomatsakis
2017-11-13 matthewjasperUse the correct type for cannot move error
2017-11-13 Guillaume GomezAdd missing links in FromStr docs
2017-11-13 borsAuto merge of #45903 - nrc:rustfmt-dist, r=alexcrichton
2017-11-13 Basile Deslogesmir-borrowck: Test for `check_access_permissions()`
2017-11-13 Basile Deslogesmir-borrowck: Check access permissions in `access_lvalue()`
2017-11-13 Basile Deslogesmir-borrowck: Move `is_static_mut()` to `ty/utils.rs`
2017-11-13 QuietMisdreavusupdate codeblock-title test with new notice text
2017-11-13 borsAuto merge of #45890 - arielb1:self-first, r=eddyb
2017-11-13 gaurikholkarfixing indentation
2017-11-13 Sébastien SantoroUse #!/usr/bin/env as shebang for Bash scripts
2017-11-13 borsAuto merge of #45824 - dotdash:stack_pop, r=alexcrichton
2017-11-13 borsAuto merge of #45810 - SimonSapin:ac-dc, r=aturon
2017-11-13 borsAuto merge of #45956 - kennytm:rollup, r=kennytm
2017-11-13 kennytmRollup merge of #45954 - udoprog:fix-style, r=kennytm
2017-11-13 kennytmRollup merge of #45952 - zackmdavis:singular_projection...
2017-11-13 kennytmRollup merge of #45933 - shanavas786:refactor-filter...
2017-11-13 kennytmRollup merge of #45927 - sinkuu:mir-borrowck-closure...
2017-11-13 kennytmRollup merge of #45917 - ollie27:compiletest_stamp...
2017-11-13 kennytmRollup merge of #45914 - michaelwoerister:fix-test...
2017-11-13 kennytmRollup merge of #45893 - redox-os:futex_timeout, r...
2017-11-13 kennytmRollup merge of #45892 - redox-os:is_absolute_fix,...
2017-11-13 kennytmRollup merge of #45828 - pornel:printoption, r=nrc
2017-11-13 John-John TedroFix style in interner test
2017-11-13 borsAuto merge of #45673 - GuillaumeGomez:rustdoc-type...
2017-11-13 Zack M. Davisdeduplicate projection error (E0271) messages
2017-11-13 Shotaro YamadaFix comments
2017-11-13 borsAuto merge of #45949 - Mark-Simulacrum:cargo-next,...
2017-11-13 Nick Fitzgeraldincr: Make `unary_and_binary_exprs.rs` use `except...
2017-11-12 borsAuto merge of #45623 - mneumann:dragonfly-ci, r=alexcri...
2017-11-12 Mark SimulacrumBump cargo to master.
2017-11-12 Nick Cameronreview changes
2017-11-12 Nick CameronDistribute Rustfmt
2017-11-12 borsAuto merge of #44167 - cengizIO:master, r=nikomatsakis
2017-11-12 Guillaume GomezAdd "As parameters" items as well
2017-11-12 Guillaume GomezImprove result output
2017-11-12 Guillaume GomezBig JS optimization
2017-11-12 Guillaume GomezAdd elements count in tab search title
2017-11-12 Guillaume GomezJS big updates
2017-11-12 Guillaume GomezGenerate generics on search-index
2017-11-12 borsAuto merge of #45908 - alexcrichton:disable-thinlto...
2017-11-12 Michael NeumannAdd ci for DragonFly (disabled for now)
2017-11-12 Cengiz Canupdate project-fn-test-invariant test
2017-11-12 Cengiz Canremove trailing whitespace from comment block
2017-11-12 Cengiz Canadd reasons of using BTreeMap to a comment
2017-11-12 Cengiz Canupdate failing E0621 tests
2017-11-12 Cengiz Canuse BTreeMap for region constraints
2017-11-12 Cengiz CanUpdate fn-ret-invariant test assertion
2017-11-12 Cengiz CanImprove SubSupConflict case with one named, one anonymo...
2017-11-12 borsAuto merge of #45753 - sinkuu:mir_copyprop_arg, r=arielb1
2017-11-12 gaurikholkartidy fixes
2017-11-12 Björn SteinbrinkUpdate LLVM to fix miscompiles with -Copt-level=z on...
2017-11-12 Simon SapinDo not silence output in run-make/sanitizer-memory
2017-11-12 borsAuto merge of #45902 - nrc:component-update, r=alexcrichton
2017-11-12 gaurikholkarupdate match-expressions.rs
2017-11-12 borsAuto merge of #45900 - rkruppe:u128-to-f32-saturation...
2017-11-12 borsAuto merge of #45870 - mikeyhew:arbitrary_self_types...
2017-11-12 borsAuto merge of #45864 - nikomatsakis:issue-30046-infer...
2017-11-12 Shotaro YamadaMIR-borrowck: fix diagnostics for closures
2017-11-12 borsAuto merge of #45848 - nrc:rls-bugs-4, r=eddyb
2017-11-11 Simon SapinMake the try branch use alternate builds.
2017-11-11 Simon SapinDisable LLVM assertions on Nightly, enable them in...
2017-11-11 borsAuto merge of #45152 - Binero:master, r=dtolnay
2017-11-11 Jeroen BollenImprovided map_entry_replace examples
2017-11-11 borsAuto merge of #45333 - alkis:master, r=bluss
2017-11-11 borsAuto merge of #45775 - petrochenkov:patnopat, r=nikomat...
2017-11-11 Jeroen BollenChanged tabs back into spaces to fix formatting.
2017-11-11 Jeroen BollenAddressed issues raised in #44286.
2017-11-11 Alkis EvlogimenosImprove the performance of binary_search by reducing...
next