]> git.lizzy.rs Git - rust.git/history - src
Add test for sidebar link generation
[rust.git] / src /
2018-11-21 Guillaume GomezAdd test for sidebar link generation
2018-11-21 Guillaume GomezFixes primitive sidebar link generation
2018-11-11 borsAuto merge of #55859 - pietroalbini:rollup, r=kennytm
2018-11-11 kennytmRollup merge of #55856 - QuietMisdreavus:static-dischar...
2018-11-11 kennytmRollup merge of #55845 - nikic:emscripten-clamp-mode...
2018-11-11 kennytmRollup merge of #55630 - petrochenkov:noprelude, r...
2018-11-11 borsAuto merge of #54993 - TimNN:pda-tdl, r=eddyb
2018-11-10 Pietro AlbiniRollup merge of #55844 - waywardmonkeys:typo-fixes...
2018-11-10 Pietro AlbiniRollup merge of #55839 - dralley:docstring-spelling...
2018-11-10 Pietro AlbiniRollup merge of #55828 - oli-obk:promotion_strikes_agai...
2018-11-10 Pietro AlbiniRollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix
2018-11-10 Pietro AlbiniRollup merge of #55819 - pnkfelix:issue-55810-must...
2018-11-10 Pietro AlbiniRollup merge of #55816 - nnethercote:from_decimal_strin...
2018-11-10 Pietro AlbiniRollup merge of #55802 - wesleywiser:inlined_calls_2_el...
2018-11-10 Pietro AlbiniRollup merge of #55801 - pnkfelix:update-box-insensitiv...
2018-11-10 Pietro AlbiniRollup merge of #55800 - estebank:abolish-ice-for-lifet...
2018-11-10 Pietro AlbiniRollup merge of #55799 - pnkfelix:remove-useless-revisi...
2018-11-10 Pietro AlbiniRollup merge of #55792 - oli-obk:propsicle, r=RalfJung
2018-11-10 Pietro AlbiniRollup merge of #55764 - murarth:fix-rc-alloc, r=RalfJung
2018-11-10 Pietro AlbiniRollup merge of #55745 - nnethercote:outlives_component...
2018-11-10 Pietro AlbiniRollup merge of #55687 - alexreg:fix-24010, r=scalexm
2018-11-10 borsAuto merge of #54864 - ljedrz:cleanup_codegen_llvm_back...
2018-11-10 QuietMisdreavusmove all static-file include!s into a single module
2018-11-10 borsAuto merge of #55650 - nikic:funnel-shift, r=nagisa
2018-11-10 ljedrzcodegen_llvm_back: simplify a conversion to char
2018-11-10 ljedrzcodegen_llvm_back: remove a redundant continue
2018-11-10 ljedrzcodegen_llvm_back: possible minor speedup in logic
2018-11-10 ljedrzcodegen_llvm_back: use mem::replace instead of swap...
2018-11-10 ljedrzcodegen_llvm_back: remove 'static from consts
2018-11-10 ljedrzcodegen_llvm_back: use to_owned instead of to_string...
2018-11-10 ljedrzcodegen_llvm_back: improve common patterns
2018-11-10 ljedrzcodegen_llvm_back: remove explicit returns
2018-11-10 ljedrzcodegen_llvm_back: use Cow<'static, str> where applicable
2018-11-10 ljedrzcodegen_llvm_back: whitespace & formatting fixes
2018-11-10 Nikita PopovSet BINARYEN_TRAP_MODE=clamp
2018-11-10 Bruce MitchenerFix documentation typos.
2018-11-10 borsAuto merge of #55830 - alexcrichton:update-cargo, r...
2018-11-10 borsAuto merge of #55637 - pnkfelix:issue-55552-dont-attemp...
2018-11-10 borsAuto merge of #55717 - oli-obk:rustdoc_overflow, r...
2018-11-10 Daniel AlleyFix docstring spelling mistakes
2018-11-10 Wesley WiserDon't inline virtual calls (take 2)
2018-11-10 borsAuto merge of #55626 - nikic:update-emscripten, r=alexc...
2018-11-09 Alex CrichtonUpdate Cargo submodule
2018-11-09 Esteban KüberSimplify logic
2018-11-09 Oliver SchererAdd missing `rustc_promotable` attribute to unsigned...
2018-11-09 Nikita PopovPull in fix for dist-i686-linux build
2018-11-09 David WoodFix ICE and find correct return span.
2018-11-09 Felix S. Klock IITypecheck patterns of all match arms first, so we get...
2018-11-09 Oliver SchererFix tidy
2018-11-09 Nicholas NethercoteUse `SmallVec` to avoid allocations in `from_decimal_st...
2018-11-09 borsAuto merge of #55803 - Mark-Simulacrum:rollup, r=Mark...
2018-11-09 Mark RousskovRollup merge of #55788 - alexcrichton:wincolors, r...
2018-11-09 Mark RousskovRollup merge of #55783 - stjepang:deprecate-select...
2018-11-09 Mark RousskovRollup merge of #55777 - nnethercote:less-P-in-ast...
2018-11-09 Mark RousskovRollup merge of #55774 - CryZe:patch-5, r=alexcrichton
2018-11-09 Mark RousskovRollup merge of #55761 - ljedrz:fix_promote_candidate_h...
2018-11-09 Mark RousskovRollup merge of #55760 - jonhoo:no-intermediate-fonts...
2018-11-09 Mark RousskovRollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix
2018-11-09 Mark RousskovRollup merge of #55755 - ljedrz:a_few_indexvec_tweaks...
2018-11-09 Mark RousskovRollup merge of #55753 - ljedrz:borrow_set_insert_clone...
2018-11-09 Mark RousskovRollup merge of #55742 - F001:fix-55718, r=petrochenkov
2018-11-09 Mark RousskovRollup merge of #55739 - wesleywiser:mir_inline_fuel...
2018-11-09 Mark RousskovRollup merge of #55736 - estebank:elide-anon-lt, r...
2018-11-09 Mark RousskovRollup merge of #55719 - pnkfelix:issue-54388-sidestep...
2018-11-09 Mark RousskovRollup merge of #55659 - alexcrichton:musl-no-group...
2018-11-09 Mark RousskovRollup merge of #55638 - pnkfelix:issue-55608-ice-reemp...
2018-11-09 Mark RousskovRollup merge of #55633 - nikic:memcpy-align, r=nagisa
2018-11-09 Mark RousskovRollup merge of #55576 - birkenfeld:opt-level-error...
2018-11-08 Felix S. Klock IIFix the expected error annotations.
2018-11-08 Felix S. Klock IISwitch to using `// revisions` to explicit encode NLL...
2018-11-08 Esteban KüberSidestep ICE in `type_of_def_id()` when called from...
2018-11-08 Felix S. Klock IIMake test robust to NLL, in sense of ensuring borrows...
2018-11-08 Felix S. Klock IIRemoved an unneeded instance of `// revisions`; the...
2018-11-08 Stjepan GlavinaDeprecate channel selection
2018-11-08 Oliver SchererAdd more regression tests
2018-11-08 Oliver SchererPrevent ICE in const-prop array oob check
2018-11-08 MurarthFix Rc/Arc allocation layout
2018-11-08 Nikita PopovFix some tests for wasm32-unknown-emscripten
2018-11-08 Tim NeumannSupport for the program data address space option
2018-11-08 Nikita PopovFix compiletest support for wasm32-unknown-emscripten
2018-11-08 Alex Crichtonrustc: Request ansi colors if stderr isn't a tty
2018-11-08 Nikita PopovUpdate the disabled wasm32 Dockerfile
2018-11-08 Nikita PopovDisable wasm32 features on emscripten
2018-11-08 ljedrzImprove creation of 3 IndexVecs
2018-11-08 borsAuto merge of #55532 - pnkfelix:rustc_error-survey...
2018-11-08 Nicholas NethercoteUse `SmallVec` outparams in several functions.
2018-11-08 Nicholas NethercoteUse `Lit` rather than `P<Lit>` in `ast::ExprKind`.
2018-11-08 borsAuto merge of #55366 - Amanieu:stable_layout, r=Amanieu
2018-11-08 Christopher Serrwasm32-unknown-emscripten expects the rust_eh_personali...
2018-11-08 borsAuto merge of #55187 - malbarbo:fix-manifest, r=alexcri...
2018-11-07 Alexander RegueiroRemoved `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint.
2018-11-07 Alexander RegueiroOnly do check for trait objects, not trait or trait...
2018-11-07 Alexander RegueiroAdded error for duplicate bindings of associated type.
2018-11-07 Alexander RegueiroAdded tests.
2018-11-07 Alexander RegueiroLook at projections from supertraits when constructing...
2018-11-07 Marco A L BarbosaRemove targets from the manifest that are not built...
2018-11-07 borsAuto merge of #55746 - kennytm:rollup, r=kennytm
2018-11-07 Jon GjengsetRemove intermediate font specs
2018-11-07 ljedrzmir: remove a hacky recursive helper function
2018-11-07 Felix S. Klock IIThis test will not link on wasm32.
next