]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-13 Niko Matsakisrefactor `ParamEnv::empty(Reveal)` into two distinct...
2018-03-13 Niko Matsakisadd handy helper for Cell<usize>, used for perf stats
2018-03-13 Niko Matsakisrandom reformatting
2018-03-13 Niko Matsakiscomment the purpose of `TransNormalize`
2018-03-13 Niko Matsakismake regions "traceable" so you can do `infcx.at(....
2018-03-13 Niko Matsakisfix typo in comment
2018-03-13 Niko Matsakisadd `TypeRelation` and `Lift` impls for `Kind`
2018-03-13 Niko Matsakisimprove TypeFoldable/Lift macros and make a bunch of...
2018-03-13 Niko Matsakisrequire `Lifted` types to outlive `'tcx`
2018-03-13 borsAuto merge of #48958 - alexcrichton:update-rls-rustc...
2018-03-12 borsAuto merge of #48955 - kennytm:rollup, r=kennytm
2018-03-12 kennytmRollup merge of #48954 - GuillaumeGomez:missing-links...
2018-03-12 kennytmRollup merge of #48898 - GuillaumeGomez:remove-empty...
2018-03-12 kennytmRollup merge of #48631 - focusaurus:remember-collapse...
2018-03-12 kennytmRollup merge of #48480 - jethrogb:patch-5, r=alexcrichton
2018-03-12 Alex CrichtonUpdate the rls-rustc package
2018-03-12 Guillaume GomezAdd missing links
2018-03-12 kennytmRollup merge of #48934 - Phlosioneer:42453-debug-hygene...
2018-03-12 kennytmRollup merge of #48928 - zackmdavis:span_suggestion_fie...
2018-03-12 kennytmRollup merge of #48887 - alexcrichton:update-stdsimd...
2018-03-12 kennytmRollup merge of #48880 - petrochenkov:badstderr, r...
2018-03-12 kennytmRollup merge of #48877 - GuillaumeGomez:vec-missing...
2018-03-12 kennytmRollup merge of #48824 - davidalber:update-conduct...
2018-03-12 kennytmRollup merge of #48725 - humenda:master, r=nikomatsakis
2018-03-12 kennytmRollup merge of #48705 - klnusbaum:update_rfc_process...
2018-03-12 kennytmRollup merge of #48201 - NovemberZulu:master, r=stevekl...
2018-03-12 borsAuto merge of #48770 - bobtwinkles:two_phase_borrows_re...
2018-03-12 borsAuto merge of #48295 - Keruspe:master, r=alexcrichton
2018-03-12 borsAuto merge of #48938 - alexcrichton:no-leak-makeflags...
2018-03-11 borsAuto merge of #48549 - alexcrichton:update-cargo, r...
2018-03-11 Alex Crichtontest: Forcibly remove MAKEFLAGS in compiletest
2018-03-11 Alex CrichtonUpdate Cargo submodule
2018-03-11 Alex CrichtonUpdate stdsimd module
2018-03-11 borsAuto merge of #48599 - Mark-Simulacrum:rustbuild-update...
2018-03-11 PhlosioneerFix hygene issue when deriving Debug
2018-03-11 borsAuto merge of #48907 - kennytm:minor-ci-stuff, r=alexcr...
2018-03-11 borsAuto merge of #48799 - alexcrichton:more-osx-cores...
2018-03-11 Zack M. Davisin which some labels and notes are upgraded to structur...
2018-03-11 borsAuto merge of #48908 - varkor:bss-undefined-globals...
2018-03-11 borsAuto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister
2018-03-10 borsAuto merge of #48419 - bobtwinkles:fix_late_bound_reg_s...
2018-03-10 Sebastian Humendaadd stub for retrieving number of CPUs
2018-03-10 Sebastian Humendaremove linker arguments from L4Re target
2018-03-10 borsAuto merge of #48388 - kyrias:relro-level-cg, r=alexcri...
2018-03-10 varkorMerge LLVM fix for undefined bss globals
2018-03-10 kennytmPrint /proc/cpuinfo and /proc/meminfo before starting...
2018-03-10 kennytmPrevents the crash log printer on macOS from crashing...
2018-03-10 borsAuto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis
2018-03-10 borsAuto merge of #48755 - GuillaumeGomez:rustdoc-fixes...
2018-03-10 borsAuto merge of #48901 - alexcrichton:j1-install, r=Mark...
2018-03-10 Alex Crichtonrustbuild: Pass `-j1` to OpenSSL `make install`
2018-03-10 bobtwinklesRemove some commented out code
2018-03-10 bobtwinklesRemove added two-phase-borrows flag
2018-03-09 borsAuto merge of #48891 - alexcrichton:dist-osx-9.3, r...
2018-03-09 Guillaume GomezRemove auto trait implementation section when empty
2018-03-09 Alex Crichtontravis: Upgrade dist builders for OSX
2018-03-09 borsAuto merge of #48757 - alexcrichton:fix-msbuild-build...
2018-03-09 bobtwinklesCheck for two_phase_borrows in the right place
2018-03-09 bobtwinklesFix tests after two-phase borrow rewrite
2018-03-09 bobtwinklesRemove unused field on BorrowData
2018-03-09 bobtwinklesComplete re-implementation of 2-phase borrows
2018-03-09 bobtwinklesmir dataflow: change graphviz output
2018-03-09 bobtwinklesFinally start down the right path
2018-03-09 bobtwinklesRename BorrowData::location to BorrowData::reserve_location
2018-03-09 Guillaume GomezFix anchor not always being put at the right place
2018-03-09 Guillaume GomezFix escape not working when searchbar selected
2018-03-09 Guillaume GomezAdd missing items in the sidebar for functions
2018-03-09 Alex Crichtonrustbuild: Fix MSBuild location of `llvm-config.exe`
2018-03-09 Vadim Petrochenkovtidy: Add a check for stray `.stderr` and `.stdout...
2018-03-09 Johannes LöthbergMake the default relro level be doing nothing at all
2018-03-09 Guillaume GomezAdd missing urls
2018-03-09 borsAuto merge of #48326 - RalfJung:generic-bounds, r=petro...
2018-03-09 John Kåre AlsakerMove PROFQ_CHAN to a Session field
2018-03-09 borsAuto merge of #48860 - Manishearth:rollup, r=Manishearth
2018-03-09 Mark SimulacrumRefactor run_host_only to have the proper effect.
2018-03-09 Mark SimulacrumDeny warnings
2018-03-09 Mark SimulacrumPrint out the sysroot and libdir on verbose builds.
2018-03-09 Mark SimulacrumRemove ONLY_BUILD.
2018-03-09 Mark SimulacrumRemove ONLY_BUILD_TARGETS.
2018-03-09 Manish GoregaokarRollup merge of #48857 - Songbird0:improve_column_macro...
2018-03-09 Manish GoregaokarRollup merge of #48856 - Songbird0:improve_line_macro_d...
2018-03-09 Manish GoregaokarRollup merge of #48801 - Manishearth:epoch-features...
2018-03-09 Manish GoregaokarRollup merge of #48588 - alexcrichton:termcolor, r...
2018-03-09 Manish GoregaokarRollup merge of #48527 - zackmdavis:and_the_social_cons...
2018-03-09 Manish GoregaokarAdd rust_2018_idioms lint group
2018-03-09 Manish GoregaokarNote the future epoch for epoch lints
2018-03-09 Manish GoregaokarMake bare_trait_object not be an epoch lint
2018-03-09 Manish GoregaokarMake tyvar_behind_raw_pointer an epoch lint
2018-03-09 Manish GoregaokarAdd test
2018-03-09 Manish GoregaokarMake bare_trait_lint allow for now
2018-03-09 Manish GoregaokarMake it possible to ungate features by epoch
2018-03-09 Manish GoregaokarAllow mentioning an optional epoch on features
2018-03-09 Manish GoregaokarMove epochs to libsyntax
2018-03-08 Anthony DefranceschiModify part of `column!` documentation.
2018-03-08 Anthony DefranceschiModify part of `line!` documentation.
2018-03-08 borsAuto merge of #48849 - Manishearth:rollup, r=Manishearth
2018-03-08 Basile DeslogesUpdate tests
2018-03-08 Basile DeslogesUpdate "type parameters from outer function" error...
2018-03-08 Basile DeslogesAdd codemap functions to retrieve the source before...
2018-03-08 Maxim Nazarenkoand again :(
next